
/** 无障碍工具条飘窗 **/
.baywin {
    position: fixed;
    z-index: 9999;
    top: 400px;
    right: 21px;
    /* width: 559px; */
    height: 161px;
    color: #fff;
    padding: 10px 10px 0;
    border-radius: 10px;
    display: none;
    border: 1px solid #fff;
    background: -moz-linear-gradient(top, #c9b598 0%, #cd913a 100%);
    background: -o-linear-gradient(top, #c9b598 0%, #cd913a 100%);
    background: -ms-linear-gradient(top, #c9b598 0%, #cd913a 100%);
    background: -webkit-linear-gradient(top, #c9b598 0%, #cd913a 100%);
    background: linear-gradient(top, #c9b598 0%, #cd913a 100%);
    box-shadow: -2px 4px 10px 0px rgb(195 174 144);
}

.baywin-intro {
    padding-left: 83px;
    height: 80px;
    background: url("/images/icon_pc.png") 0 center no-repeat;
}

.baywin-intro>p:nth-child(1) {
    height: 40px;
    line-height: 50px;
    font-size: 28px;
    font-weight: 600;
}

.baywin-intro>p:nth-child(2) {
    height: 29px;
    line-height: 29px;
    font-size: 28px;
    margin-top: 14px;
    font-weight: 600;
}

.baywin-close {
    margin-top: 11px;
    height: 45px;
    line-height: 42px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.2);
}

